runtime.heapStatsDelta.tinyAllocCount (field)
8 uses
runtime (current package)
mcache.go#L168: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
mcache.go#L301: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
metrics.go#L309: out.scalar = uint64(in.heapStats.tinyAllocCount)
mstats.go#L428: nFree += consStats.tinyAllocCount
mstats.go#L429: nMalloc += consStats.tinyAllocCount
mstats.go#L673: tinyAllocCount uint64 // number of tiny allocations
mstats.go#L695: a.tinyAllocCount += b.tinyAllocCount
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |